|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
a thread to delegate tasks to, which can be then be checked for completion More...
#include <FrameLib_Threading.h>
Public Member Functions | |
| FrameLib_DelegateThread (FrameLib_Thread::PriorityLevel priority) | |
| virtual | ~FrameLib_DelegateThread () |
| FrameLib_DelegateThread (const FrameLib_DelegateThread &)=delete | |
| FrameLib_DelegateThread & | operator= (const FrameLib_DelegateThread &)=delete |
| void | start () |
| void | join () |
| bool | signal () |
| bool | completed () |
a thread to delegate tasks to, which can be then be checked for completion
The thread should be joined before desctruction.
|
inline |
|
inlinevirtual |
|
delete |
| bool FrameLib_DelegateThread::completed | ( | ) |
| void FrameLib_DelegateThread::join | ( | ) |
|
delete |
| bool FrameLib_DelegateThread::signal | ( | ) |
|
inline |